Package | Description |
---|---|
unipi.bpm.elm.santeramo.controller |
Modifier and Type | Field and Description |
---|---|
private EventLogsManagerModel |
EventLogsManagerController.elmModel
The
EventLogManagerModel element
that represents the Model of the application. |
Modifier and Type | Method and Description |
---|---|
EventLogsManagerModel |
EventLogsManagerController.getModel()
This method returns the
EventLogsManagerModel EventLogsManagerController.elmModel element. |
Constructor and Description |
---|
EventLogsManagerController(EventLogsManagerView elmView,
EventLogsManagerModel elmModel)
Constructs a new
EventLogMangerController , with the View and
the Model to manage. |